[INFO] fetching crate tstring-toml 0.2.1...
[INFO] fixing tstring-toml-0.2.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate tstring-toml 0.2.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate tstring-toml 0.2.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tstring-toml 0.2.1
[INFO] tweaked toml for crates.io crate tstring-toml 0.2.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tstring-toml 0.2.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tstring-toml 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tstring-syntax v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 61947e1041ee3c6a4a996418d99d27abf1adccbede5d96c9755937e92e6df1f2
[INFO] running `Command { std: "docker" "start" "61947e1041ee3c6a4a996418d99d27abf1adccbede5d96c9755937e92e6df1f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "61947e1041ee3c6a4a996418d99d27abf1adccbede5d96c9755937e92e6df1f2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61947e1041ee3c6a4a996418d99d27abf1adccbede5d96c9755937e92e6df1f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "61947e1041ee3c6a4a996418d99d27abf1adccbede5d96c9755937e92e6df1f2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking tstring-syntax v0.2.1
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking tstring-toml v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1419:9
[INFO] [stdout]      |
[INFO] [stdout] 1419 |     use pyo3::prelude::*;
[INFO] [stdout]      |         ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `pyo3`, use `cargo add pyo3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tstring_pyo3_bindings` in this scope
[INFO] [stdout]     --> src/lib.rs:1420:9
[INFO] [stdout]      |
[INFO] [stdout] 1420 |     use tstring_pyo3_bindings::{extract_template, toml::render_document};
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `tstring_pyo3_bindings`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `tstring_pyo3_bindings`, use `cargo add tstring_pyo3_bindings` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tstring_pyo3_bindings`
[INFO] [stdout]     --> src/lib.rs:1420:9
[INFO] [stdout]      |
[INFO] [stdout] 1420 |     use tstring_pyo3_bindings::{extract_template, toml::render_document};
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `tstring_pyo3_bindings`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `tstring_pyo3_bindings`, use `cargo add tstring_pyo3_bindings` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1436:17
[INFO] [stdout]      |
[INFO] [stdout] 1436 |                 pyo3::ffi::c_str!("template=t'basic = \"hi-{1}\"\\nliteral = \\'hi-{2}\\''\n"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1437:17
[INFO] [stdout]      |
[INFO] [stdout] 1437 |                 pyo3::ffi::c_str!("test_toml.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1438:17
[INFO] [stdout]      |
[INFO] [stdout] 1438 |                 pyo3::ffi::c_str!("test_toml"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1460:17
[INFO] [stdout]      |
[INFO] [stdout] 1460 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1463:17
[INFO] [stdout]      |
[INFO] [stdout] 1463 |                 pyo3::ffi::c_str!("test_toml_headers.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1464:17
[INFO] [stdout]      |
[INFO] [stdout] 1464 |                 pyo3::ffi::c_str!("test_toml_headers"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1492:17
[INFO] [stdout]      |
[INFO] [stdout] 1492 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1495:17
[INFO] [stdout]      |
[INFO] [stdout] 1495 |                 pyo3::ffi::c_str!("test_toml_quoted_keys.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1496:17
[INFO] [stdout]      |
[INFO] [stdout] 1496 |                 pyo3::ffi::c_str!("test_toml_quoted_keys"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1542:17
[INFO] [stdout]      |
[INFO] [stdout] 1542 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1545:17
[INFO] [stdout]      |
[INFO] [stdout] 1545 |                 pyo3::ffi::c_str!("test_toml_render.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1546:17
[INFO] [stdout]      |
[INFO] [stdout] 1546 |                 pyo3::ffi::c_str!("test_toml_render"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1566:17
[INFO] [stdout]      |
[INFO] [stdout] 1566 |                 pyo3::ffi::c_str!("missing=None\ntemplate=t'value = {missing}\\n'\n"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1567:17
[INFO] [stdout]      |
[INFO] [stdout] 1567 |                 pyo3::ffi::c_str!("test_toml_error.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1568:17
[INFO] [stdout]      |
[INFO] [stdout] 1568 |                 pyo3::ffi::c_str!("test_toml_error"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1589:17
[INFO] [stdout]      |
[INFO] [stdout] 1589 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1592:17
[INFO] [stdout]      |
[INFO] [stdout] 1592 |                 pyo3::ffi::c_str!("test_toml_multiline.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1593:17
[INFO] [stdout]      |
[INFO] [stdout] 1593 |                 pyo3::ffi::c_str!("test_toml_multiline"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1612:17
[INFO] [stdout]      |
[INFO] [stdout] 1612 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1615:17
[INFO] [stdout]      |
[INFO] [stdout] 1615 |                 pyo3::ffi::c_str!("test_toml_quote_run.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1616:17
[INFO] [stdout]      |
[INFO] [stdout] 1616 |                 pyo3::ffi::c_str!("test_toml_quote_run"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1637:17
[INFO] [stdout]      |
[INFO] [stdout] 1637 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1640:17
[INFO] [stdout]      |
[INFO] [stdout] 1640 |                 pyo3::ffi::c_str!("test_toml_numeric_forms.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1641:17
[INFO] [stdout]      |
[INFO] [stdout] 1641 |                 pyo3::ffi::c_str!("test_toml_numeric_forms"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1671:17
[INFO] [stdout]      |
[INFO] [stdout] 1671 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1674:17
[INFO] [stdout]      |
[INFO] [stdout] 1674 |                 pyo3::ffi::c_str!("test_toml_empty_strings.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1675:17
[INFO] [stdout]      |
[INFO] [stdout] 1675 |                 pyo3::ffi::c_str!("test_toml_empty_strings"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1713:17
[INFO] [stdout]      |
[INFO] [stdout] 1713 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1716:17
[INFO] [stdout]      |
[INFO] [stdout] 1716 |                 pyo3::ffi::c_str!("test_toml_empty_collections.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1717:17
[INFO] [stdout]      |
[INFO] [stdout] 1717 |                 pyo3::ffi::c_str!("test_toml_empty_collections"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1774:17
[INFO] [stdout]      |
[INFO] [stdout] 1774 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1777:17
[INFO] [stdout]      |
[INFO] [stdout] 1777 |                 pyo3::ffi::c_str!("test_toml_more_numeric_forms.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:1778:17
[INFO] [stdout]      |
[INFO] [stdout] 1778 |                 pyo3::ffi::c_str!("test_toml_more_numeric_forms"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2054:17
[INFO] [stdout]      |
[INFO] [stdout] 2054 |                 pyo3::ffi::c_str!("template=t'value = \"a\\nb\"'\n"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2055:17
[INFO] [stdout]      |
[INFO] [stdout] 2055 |                 pyo3::ffi::c_str!("test_toml_newline_error.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2056:17
[INFO] [stdout]      |
[INFO] [stdout] 2056 |                 pyo3::ffi::c_str!("test_toml_newline_error"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2078:17
[INFO] [stdout]      |
[INFO] [stdout] 2078 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2081:17
[INFO] [stdout]      |
[INFO] [stdout] 2081 |                 pyo3::ffi::c_str!("test_toml_special_floats.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2082:17
[INFO] [stdout]      |
[INFO] [stdout] 2082 |                 pyo3::ffi::c_str!("test_toml_special_floats"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2111:17
[INFO] [stdout]      |
[INFO] [stdout] 2111 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2114:17
[INFO] [stdout]      |
[INFO] [stdout] 2114 |                 pyo3::ffi::c_str!("test_toml_trailing_comma.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2115:17
[INFO] [stdout]      |
[INFO] [stdout] 2115 |                 pyo3::ffi::c_str!("test_toml_trailing_comma"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2156:17
[INFO] [stdout]      |
[INFO] [stdout] 2156 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2159:17
[INFO] [stdout]      |
[INFO] [stdout] 2159 |                 pyo3::ffi::c_str!("test_toml_nested_collections.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2160:17
[INFO] [stdout]      |
[INFO] [stdout] 2160 |                 pyo3::ffi::c_str!("test_toml_nested_collections"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2221:17
[INFO] [stdout]      |
[INFO] [stdout] 2221 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2224:17
[INFO] [stdout]      |
[INFO] [stdout] 2224 |                 pyo3::ffi::c_str!("test_toml_additional_surface.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2225:17
[INFO] [stdout]      |
[INFO] [stdout] 2225 |                 pyo3::ffi::c_str!("test_toml_additional_surface"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2301:17
[INFO] [stdout]      |
[INFO] [stdout] 2301 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2304:17
[INFO] [stdout]      |
[INFO] [stdout] 2304 |                 pyo3::ffi::c_str!("test_toml_inline_table_newline.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2305:17
[INFO] [stdout]      |
[INFO] [stdout] 2305 |                 pyo3::ffi::c_str!("test_toml_inline_table_newline"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2324:17
[INFO] [stdout]      |
[INFO] [stdout] 2324 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2327:17
[INFO] [stdout]      |
[INFO] [stdout] 2327 |                 pyo3::ffi::c_str!("test_toml_invalid_tables.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2328:17
[INFO] [stdout]      |
[INFO] [stdout] 2328 |                 pyo3::ffi::c_str!("test_toml_invalid_tables"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2411:17
[INFO] [stdout]      |
[INFO] [stdout] 2411 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2414:17
[INFO] [stdout]      |
[INFO] [stdout] 2414 |                 pyo3::ffi::c_str!("test_toml_value_contracts.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2415:17
[INFO] [stdout]      |
[INFO] [stdout] 2415 |                 pyo3::ffi::c_str!("test_toml_value_contracts"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2453:17
[INFO] [stdout]      |
[INFO] [stdout] 2453 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2456:17
[INFO] [stdout]      |
[INFO] [stdout] 2456 |                 pyo3::ffi::c_str!("test_toml_invalid_literals.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2457:17
[INFO] [stdout]      |
[INFO] [stdout] 2457 |                 pyo3::ffi::c_str!("test_toml_invalid_literals"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2486:17
[INFO] [stdout]      |
[INFO] [stdout] 2486 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2489:17
[INFO] [stdout]      |
[INFO] [stdout] 2489 |                 pyo3::ffi::c_str!("test_toml_additional_invalid_literals.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2490:17
[INFO] [stdout]      |
[INFO] [stdout] 2490 |                 pyo3::ffi::c_str!("test_toml_additional_invalid_literals"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2519:17
[INFO] [stdout]      |
[INFO] [stdout] 2519 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2522:17
[INFO] [stdout]      |
[INFO] [stdout] 2522 |                 pyo3::ffi::c_str!("test_toml_literal_fragments.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2523:17
[INFO] [stdout]      |
[INFO] [stdout] 2523 |                 pyo3::ffi::c_str!("test_toml_literal_fragments"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2551:17
[INFO] [stdout]      |
[INFO] [stdout] 2551 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2554:17
[INFO] [stdout]      |
[INFO] [stdout] 2554 |                 pyo3::ffi::c_str!("test_toml_render_progressions.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2555:17
[INFO] [stdout]      |
[INFO] [stdout] 2555 |                 pyo3::ffi::c_str!("test_toml_render_progressions"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2609:17
[INFO] [stdout]      |
[INFO] [stdout] 2609 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2612:17
[INFO] [stdout]      |
[INFO] [stdout] 2612 |                 pyo3::ffi::c_str!("test_toml_temporal_arrays.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2613:17
[INFO] [stdout]      |
[INFO] [stdout] 2613 |                 pyo3::ffi::c_str!("test_toml_temporal_arrays"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2659:17
[INFO] [stdout]      |
[INFO] [stdout] 2659 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2662:17
[INFO] [stdout]      |
[INFO] [stdout] 2662 |                 pyo3::ffi::c_str!("test_toml_end_to_end_positions.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2663:17
[INFO] [stdout]      |
[INFO] [stdout] 2663 |                 pyo3::ffi::c_str!("test_toml_end_to_end_positions"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2708:17
[INFO] [stdout]      |
[INFO] [stdout] 2708 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2711:17
[INFO] [stdout]      |
[INFO] [stdout] 2711 |                 pyo3::ffi::c_str!("test_toml_string_families_render.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2712:17
[INFO] [stdout]      |
[INFO] [stdout] 2712 |                 pyo3::ffi::c_str!("test_toml_string_families_render"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2740:17
[INFO] [stdout]      |
[INFO] [stdout] 2740 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2743:17
[INFO] [stdout]      |
[INFO] [stdout] 2743 |                 pyo3::ffi::c_str!("test_toml_date_time_round_trip.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2744:17
[INFO] [stdout]      |
[INFO] [stdout] 2744 |                 pyo3::ffi::c_str!("test_toml_date_time_round_trip"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2770:17
[INFO] [stdout]      |
[INFO] [stdout] 2770 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2773:17
[INFO] [stdout]      |
[INFO] [stdout] 2773 |                 pyo3::ffi::c_str!("test_toml_array_tables_comments.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2774:17
[INFO] [stdout]      |
[INFO] [stdout] 2774 |                 pyo3::ffi::c_str!("test_toml_array_tables_comments"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2799:17
[INFO] [stdout]      |
[INFO] [stdout] 2799 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2802:17
[INFO] [stdout]      |
[INFO] [stdout] 2802 |                 pyo3::ffi::c_str!("test_toml_array_of_tables_spec_example.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2803:17
[INFO] [stdout]      |
[INFO] [stdout] 2803 |                 pyo3::ffi::c_str!("test_toml_array_of_tables_spec_example"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2831:17
[INFO] [stdout]      |
[INFO] [stdout] 2831 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2834:17
[INFO] [stdout]      |
[INFO] [stdout] 2834 |                 pyo3::ffi::c_str!("test_toml_nested_array_tables_spec_example.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2835:17
[INFO] [stdout]      |
[INFO] [stdout] 2835 |                 pyo3::ffi::c_str!("test_toml_nested_array_tables_spec_example"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2867:17
[INFO] [stdout]      |
[INFO] [stdout] 2867 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2870:17
[INFO] [stdout]      |
[INFO] [stdout] 2870 |                 pyo3::ffi::c_str!("test_toml_main_spec_example.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2871:17
[INFO] [stdout]      |
[INFO] [stdout] 2871 |                 pyo3::ffi::c_str!("test_toml_main_spec_example"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2911:17
[INFO] [stdout]      |
[INFO] [stdout] 2911 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2914:17
[INFO] [stdout]      |
[INFO] [stdout] 2914 |                 pyo3::ffi::c_str!("test_toml_empty_path_shapes.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2915:17
[INFO] [stdout]      |
[INFO] [stdout] 2915 |                 pyo3::ffi::c_str!("test_toml_empty_path_shapes"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2946:17
[INFO] [stdout]      |
[INFO] [stdout] 2946 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2949:17
[INFO] [stdout]      |
[INFO] [stdout] 2949 |                 pyo3::ffi::c_str!("test_toml_special_float_nested.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:2950:17
[INFO] [stdout]      |
[INFO] [stdout] 2950 |                 pyo3::ffi::c_str!("test_toml_special_float_nested"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:3005:17
[INFO] [stdout]      |
[INFO] [stdout] 3005 |                 pyo3::ffi::c_str!(
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:3008:17
[INFO] [stdout]      |
[INFO] [stdout] 3008 |                 pyo3::ffi::c_str!("test_toml_numeric_datetime_literal_shapes.py"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `pyo3` in this scope
[INFO] [stdout]     --> src/lib.rs:3009:17
[INFO] [stdout]      |
[INFO] [stdout] 3009 |                 pyo3::ffi::c_str!("test_toml_numeric_datetime_literal_shapes"),
[INFO] [stdout]      |                 ^^^^ use of unresolved module or unlinked crate `pyo3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1433:9
[INFO] [stdout]      |
[INFO] [stdout] 1433 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1434:26
[INFO] [stdout]      |
[INFO] [stdout] 1434 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1457:9
[INFO] [stdout]      |
[INFO] [stdout] 1457 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1458:26
[INFO] [stdout]      |
[INFO] [stdout] 1458 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1489:9
[INFO] [stdout]      |
[INFO] [stdout] 1489 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1490:26
[INFO] [stdout]      |
[INFO] [stdout] 1490 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1539:9
[INFO] [stdout]      |
[INFO] [stdout] 1539 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1540:26
[INFO] [stdout]      |
[INFO] [stdout] 1540 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1563:9
[INFO] [stdout]      |
[INFO] [stdout] 1563 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1564:26
[INFO] [stdout]      |
[INFO] [stdout] 1564 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1586:9
[INFO] [stdout]      |
[INFO] [stdout] 1586 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1587:26
[INFO] [stdout]      |
[INFO] [stdout] 1587 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1609:9
[INFO] [stdout]      |
[INFO] [stdout] 1609 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1610:26
[INFO] [stdout]      |
[INFO] [stdout] 1610 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1634:9
[INFO] [stdout]      |
[INFO] [stdout] 1634 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1635:26
[INFO] [stdout]      |
[INFO] [stdout] 1635 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1668:9
[INFO] [stdout]      |
[INFO] [stdout] 1668 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1669:26
[INFO] [stdout]      |
[INFO] [stdout] 1669 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1710:9
[INFO] [stdout]      |
[INFO] [stdout] 1710 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1711:26
[INFO] [stdout]      |
[INFO] [stdout] 1711 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:1771:9
[INFO] [stdout]      |
[INFO] [stdout] 1771 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:1772:26
[INFO] [stdout]      |
[INFO] [stdout] 1772 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2051:9
[INFO] [stdout]      |
[INFO] [stdout] 2051 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2052:26
[INFO] [stdout]      |
[INFO] [stdout] 2052 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2075:9
[INFO] [stdout]      |
[INFO] [stdout] 2075 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2076:26
[INFO] [stdout]      |
[INFO] [stdout] 2076 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2108:9
[INFO] [stdout]      |
[INFO] [stdout] 2108 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2109:26
[INFO] [stdout]      |
[INFO] [stdout] 2109 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2153:9
[INFO] [stdout]      |
[INFO] [stdout] 2153 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2154:26
[INFO] [stdout]      |
[INFO] [stdout] 2154 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2218:9
[INFO] [stdout]      |
[INFO] [stdout] 2218 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2219:26
[INFO] [stdout]      |
[INFO] [stdout] 2219 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2298:9
[INFO] [stdout]      |
[INFO] [stdout] 2298 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2299:26
[INFO] [stdout]      |
[INFO] [stdout] 2299 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2321:9
[INFO] [stdout]      |
[INFO] [stdout] 2321 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2322:26
[INFO] [stdout]      |
[INFO] [stdout] 2322 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2408:9
[INFO] [stdout]      |
[INFO] [stdout] 2408 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2409:26
[INFO] [stdout]      |
[INFO] [stdout] 2409 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2451:26
[INFO] [stdout]      |
[INFO] [stdout] 2451 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2483:9
[INFO] [stdout]      |
[INFO] [stdout] 2483 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2484:26
[INFO] [stdout]      |
[INFO] [stdout] 2484 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2516:9
[INFO] [stdout]      |
[INFO] [stdout] 2516 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2517:26
[INFO] [stdout]      |
[INFO] [stdout] 2517 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2548:9
[INFO] [stdout]      |
[INFO] [stdout] 2548 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2549:26
[INFO] [stdout]      |
[INFO] [stdout] 2549 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2606:9
[INFO] [stdout]      |
[INFO] [stdout] 2606 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2607:26
[INFO] [stdout]      |
[INFO] [stdout] 2607 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2656:9
[INFO] [stdout]      |
[INFO] [stdout] 2656 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2657:26
[INFO] [stdout]      |
[INFO] [stdout] 2657 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2705:9
[INFO] [stdout]      |
[INFO] [stdout] 2705 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2706:26
[INFO] [stdout]      |
[INFO] [stdout] 2706 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2737:9
[INFO] [stdout]      |
[INFO] [stdout] 2737 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2738:26
[INFO] [stdout]      |
[INFO] [stdout] 2738 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2767:9
[INFO] [stdout]      |
[INFO] [stdout] 2767 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2768:26
[INFO] [stdout]      |
[INFO] [stdout] 2768 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2796:9
[INFO] [stdout]      |
[INFO] [stdout] 2796 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2797:26
[INFO] [stdout]      |
[INFO] [stdout] 2797 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2828:9
[INFO] [stdout]      |
[INFO] [stdout] 2828 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2829:26
[INFO] [stdout]      |
[INFO] [stdout] 2829 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2864:9
[INFO] [stdout]      |
[INFO] [stdout] 2864 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2865:26
[INFO] [stdout]      |
[INFO] [stdout] 2865 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2908:9
[INFO] [stdout]      |
[INFO] [stdout] 2908 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2909:26
[INFO] [stdout]      |
[INFO] [stdout] 2909 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:2943:9
[INFO] [stdout]      |
[INFO] [stdout] 2943 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:2944:26
[INFO] [stdout]      |
[INFO] [stdout] 2944 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Python` in this scope
[INFO] [stdout]     --> src/lib.rs:3002:9
[INFO] [stdout]      |
[INFO] [stdout] 3002 |         Python::with_gil(|py| {
[INFO] [stdout]      |         ^^^^^^ use of undeclared type `Python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PyModule` in this scope
[INFO] [stdout]     --> src/lib.rs:3003:26
[INFO] [stdout]      |
[INFO] [stdout] 3003 |             let module = PyModule::from_code(
[INFO] [stdout]      |                          ^^^^^^^^ use of undeclared type `PyModule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tstring-toml` (lib test) due to 173 previous errors
[INFO] running `Command { std: "docker" "inspect" "61947e1041ee3c6a4a996418d99d27abf1adccbede5d96c9755937e92e6df1f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61947e1041ee3c6a4a996418d99d27abf1adccbede5d96c9755937e92e6df1f2", kill_on_drop: false }`
[INFO] [stdout] 61947e1041ee3c6a4a996418d99d27abf1adccbede5d96c9755937e92e6df1f2
